home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m26.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  279 b   |  13 lines

  1. on mouseDown
  2.   global gPreviousMovie, gLessonSection, gLesson
  3.   set the castNum of sprite 7 to cast "b013"
  4.   if pressButton(6) then
  5.     pupSprites(1, 48, 0)
  6.     if gLesson then
  7.       go(gLessonSection, gPreviousMovie)
  8.     else
  9.       go(1, gPreviousMovie)
  10.     end if
  11.   end if
  12. end
  13.